const crypto/tls.maxSessionTicketLifetime
5 uses
crypto/tls (current package)
common.go#L779: const maxSessionTicketLifetime = 7 * 24 * time.Hour
handshake_client_tls13.go#L649: if lifetime > maxSessionTicketLifetime {
handshake_server.go#L408: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L265: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L742: m.lifetime = uint32(maxSessionTicketLifetime / time.Second)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)